home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_372 / plw / cli-install < prev    next >
Text File  |  1992-05-06  |  402b  |  15 lines

  1. If EXISTS LIBS:XprZModem.library
  2.    Echo "XprZModem.library exists. PLW uses V2.0 of XprZModem.library."
  3.    Ask  "Replace XprZModem.library in LIBS: with Version 2.0 (Y/N) ?"
  4.    If WARN
  5.        Echo "Replacing..." NOLINE
  6.        Copy XprZModem.library LIBS:
  7.        Echo "done."
  8.    EndIf
  9. Else
  10.    Echo "Copying XprZModem.library (to LIBS:)..." NOLINE
  11.    Copy XprZModem.library LIBS:
  12.    Echo "done."
  13. EndIf
  14.  
  15.